From: Richard M. Stallman Date: Sat, 1 Feb 1997 01:39:11 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82115 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1b65c684914d9d84dfa855479251cbcf385996db;p=emacs.git Whitespace change. --- diff --git a/src/floatfns.c b/src/floatfns.c index 614506e7c4f..11cf657f105 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -829,7 +829,7 @@ static double rint (d) double d; { - return floor(d + 0.5); + return floor (d + 0.5); } #endif